remove unused empty line changes

This commit is contained in:
manoj
2022-12-18 11:46:48 +05:30
parent fb74bce9c3
commit fe862a50e5
6 changed files with 2 additions and 21 deletions

View File

@@ -27,6 +27,6 @@ const (
DbTypePlanetScaleDB = "planetscale"
// DbTypeDynamoDB is the Dynamo database type
DbTypeDynamoDB = "dynamodb"
// DbTypeDynamoDB is the Dynamo database type
// DbTypeCouchbaseDB is the Couchbase database type
DbTypeCouchbaseDB = "couchbase"
)