reformat with gofumpt

This commit is contained in:
Jörg Thalheim 2023-11-03 14:31:26 +01:00 committed by Jörg Thalheim
parent cc2cfe5630
commit c59da7ac29
6 changed files with 42 additions and 46 deletions

View file

@ -65,5 +65,4 @@ func TestShellHook(t *testing.T) {
if !strings.Contains(stderr, expectedStderr) {
t.Fatalf("'%v' not in '%v'", expectedStderr, stdout)
}
}