Skip to content

Commit 00d122e

Browse files
Remove redundant alias
Co-authored-by: Takeshi Arabiki <takeshi.arabiki@gmail.com>
1 parent b174867 commit 00d122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/fork_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package module
33
import (
44
"context"
55
"fmt"
6-
math "math"
6+
"math"
77
"math/big"
88
"os"
99
"slices"

0 commit comments

Comments
 (0)