Skip to content

Commit e84e745

Browse files
authored
Fix: missing newline at end of bullet.env
Added a newline at the end of the bullet.env file.
1 parent 9118604 commit e84e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bullet.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ func LoadConfig() Config {
1717
CorsOrigins: strings.Split(os.Getenv("CORS_ORIGINS"), ","),
1818
DbURL: os.Getenv("DATABASE_URL"),
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)