Skip to content

Commit

Permalink
Fix missing newline at end of file in main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Feb 18, 2025
1 parent 0065f2f commit f9851e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ func Test_ValidateDuplication(t *testing.T) {

err := ValidateDuplication(*kc1, *kc2)
assert.Error(t, err)
}
}

0 comments on commit f9851e4

Please sign in to comment.