diff --git a/v-api-installer/src/main.rs b/v-api-installer/src/main.rs index dd80f2f..b036798 100644 --- a/v-api-installer/src/main.rs +++ b/v-api-installer/src/main.rs @@ -10,4 +10,4 @@ fn main() { } else { println!("DATABASE_URL environment variable must be specified to run migrations and must be in the form of a connection string") } -} \ No newline at end of file +}