Skip to content

Commit 9948844

Browse files
authored
Merge pull request #127 from thatonecodes/config-test-fix
fix: small syntax error in config_test.go
2 parents ec6b75d + fe8e296 commit 9948844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ func stringifyValue(val any) string {
976976
default:
977977
return fmt.Sprintf("%v", v)
978978
}
979+
}
979980

980981
// TestManagerLoadConfig tests the LoadConfig method error paths
981982
func TestManagerLoadConfig(t *testing.T) {

0 commit comments

Comments
 (0)