Skip to content

Commit

Permalink
fmt: Redo extra newline removing
Browse files Browse the repository at this point in the history
Signed-off-by: Jessie Wu <[email protected]>
  • Loading branch information
jwu730-1 committed Nov 5, 2024
1 parent 58d626f commit fba2a44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/status/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ func TestParseConfigUseDefaultServiceNoConsole(t *testing.T) {
}`)

config, err := ParseConfig(loggerConfig, services, nil)

if err != nil {
t.Errorf("Unexpected error: %s", err)
}
Expand All @@ -924,6 +925,7 @@ func TestParseConfigDefaultServiceWithConsole(t *testing.T) {
}`)

config, err := ParseConfig(loggerConfig, services, nil)

if err != nil {
t.Errorf("Unexpected error: %s", err)
}
Expand Down

0 comments on commit fba2a44

Please sign in to comment.