Skip to content

Commit 0e6a59c

Browse files
author
OpenClaw
committed
fix: remove redundant newline in fmt.Println
1 parent d4b8029 commit 0e6a59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/function_test/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type Item struct {
6464
}
6565

6666
func main() {
67-
fmt.Println("=== Mapper Function Tests ===\n")
67+
fmt.Println("=== Mapper Function Tests ===")
6868

6969
// Test 1: Basic Mapper
7070
testBasicMapper()

0 commit comments

Comments
 (0)