Reformat code.
This commit is contained in:
@@ -25,7 +25,7 @@ write_file_bytes(const std::string &path, const std::string &bytes)
|
||||
|
||||
// Simulate git editor workflow: open file, edit, save, edit more, close.
|
||||
// The swap file should be deleted on close, not left behind.
|
||||
TEST (SwapCleanup_GitEditorWorkflow)
|
||||
TEST(SwapCleanup_GitEditorWorkflow)
|
||||
{
|
||||
ktet::InstallDefaultCommandsOnce();
|
||||
|
||||
@@ -91,4 +91,4 @@ TEST (SwapCleanup_GitEditorWorkflow)
|
||||
else
|
||||
unsetenv("XDG_STATE_HOME");
|
||||
fs::remove_all(xdg_root);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user