Skip to content

Commit

Permalink
A couple of formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Dec 10, 2023
1 parent 74babda commit eb11fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grate/Migration/DbMigrator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async Task<bool> PrintLogAndRunSql()
sql = ReplaceTokensIn(sql);
}

return await PrintLogAndRunSql();;
return await PrintLogAndRunSql();
}


Expand Down
2 changes: 1 addition & 1 deletion unittests/TestCommon/TestInfrastructure/NUnitLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ public ILogger CreateLogger(string categoryName)

public void Dispose() { GC.SuppressFinalize(this); }

public event EventHandler OnCreateLogger = delegate { };
//public event EventHandler OnCreateLogger = delegate { };
}

0 comments on commit eb11fc1

Please sign in to comment.