Skip to content

Commit

Permalink
Gofmt simplify. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 25, 2023
1 parent 8824f1d commit 3634196
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion checker_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker

import (
Expand Down
1 change: 0 additions & 1 deletion lower_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion regexp_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion same_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion test_helper_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion title_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion trim_left_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion trim_right_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion trim_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down
1 change: 0 additions & 1 deletion upper_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//
package checker_test

import (
Expand Down

0 comments on commit 3634196

Please sign in to comment.