Skip to content

Commit

Permalink
Restore whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Dec 9, 2024
1 parent d3bc7c8 commit 569b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AppTests/AppTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct AppTests {
let app = try await Application.make(.testing)
do {
try await configure(app)
{{#fluent}}try await app.autoMigrate()
{{#fluent}}try await app.autoMigrate()
{{/fluent}} try await test(app)
{{#fluent}}try await app.autoRevert()
{{/fluent}} }
Expand Down

0 comments on commit 569b170

Please sign in to comment.