Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 29, 2019
1 parent 95a663a commit 1670384
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Sources/Fluent/FluentProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ public final class FluentProvider: Provider {

public func willBoot(_ application: Application) throws {
struct Signature: CommandSignature {
@Flag(
name: "auto-migrate",
help: "If true, Fluent will automatically migrate your database on boot")
var autoMigrate
@Flag(name: "auto-migrate", help: "If true, Fluent will automatically migrate your database on boot")
var autoMigrate: Bool

@Flag(
name: "auto-revert",
help: "If true, Fluent will automatically revert your database on boot")
var autoRevert
@Flag(name: "auto-revert", help: "If true, Fluent will automatically revert your database on boot")
var autoRevert: Bool

init() { }
}
Expand Down

0 comments on commit 1670384

Please sign in to comment.