Skip to content

Commit 9dbdb19

Browse files
committed
fix: linter issue
1 parent 5db7b0f commit 9dbdb19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/examples.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99

1010
// main function demonstrates the usage of safe conversion functions.
1111
func main() {
12-
1312
// Example of converting int32 to uint32 safely
1413
val, err := safeconversion.Int32ToUint32(42)
1514
if err != nil {

0 commit comments

Comments
 (0)