Skip to content

Commit de0d487

Browse files
committed
fix(notebook): remove trailing lines
1 parent ffc76ec commit de0d487

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

notebooks/cloud-functions-template/meta.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
authors=["singlestore"]
33
title="Publish your first SingleStore Cloud function"
44
description="""\
5-
Learn how to connect to SingleStoreDB and perform basic
5+
Learn how to connect to SingleStoreDB and perform basic\
66
CRUD operations and finally deploy these functions as callable API endpoints.
77
"""
88
icon="browser"
99
difficulty="beginner"
1010
tags=["starter", "notebooks", "python"]
1111
lesson_areas=[]
1212
destinations=["spaces"]
13-
minimum_tier="free-shared"
13+
minimum_tier="free-shared"

notebooks/create-dash-app/meta.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
authors=["singlestore"]
33
title="Publish your first SingleStore DashApp"
44
description="""\
5-
Learn how to connect to SingleStoreDB
6-
and publish an interactive Dashboard .
5+
Learn how to connect to SingleStoreDB\
6+
and publish an interactive Dashboard.
77
"""
88
icon="browser"
99
difficulty="beginner"
1010
tags=["starter", "notebooks", "python"]
1111
lesson_areas=[]
1212
destinations=["spaces"]
13-
minimum_tier="free-shared"
13+
minimum_tier="free-shared"

0 commit comments

Comments
 (0)