Skip to content

Commit c087c8d

Browse files
committed
Fix code formatting.
1 parent 6ac4540 commit c087c8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/scala/io/sdkman/changelogs/SchemaCrawlerMigration.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ class SchemaCrawlerMigrations {
1616
name = "SchemaCrawler",
1717
description =
1818
"SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler " +
19-
"has a good mix of useful features for data governance. You can search for database " +
20-
"schema objects using regular expressions, and output the schema and data in a readable " +
21-
"text format. The output serves for database documentation, and is designed to be " +
22-
"diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. " +
23-
"You can execute scripts in any standard scripting language against your database. You " +
24-
"can find potential schema design issues with lint.",
19+
"has a good mix of useful features for data governance. You can search for database " +
20+
"schema objects using regular expressions, and output the schema and data in a readable " +
21+
"text format. The output serves for database documentation, and is designed to be " +
22+
"diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. " +
23+
"You can execute scripts in any standard scripting language against your database. You " +
24+
"can find potential schema design issues with lint.",
2525
websiteUrl = "https://www.schemacrawler.com"
2626
).insert()
2727
}

0 commit comments

Comments
 (0)