Skip to content

Commit 74c6d2c

Browse files
committed
remove unnecessary fmt.Sprintf
1 parent b2564bc commit 74c6d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config_op.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (c *ChainConfig) opDescription() string {
6868
if c.InteropTime != nil {
6969
banner += fmt.Sprintf(" - Interop: @%-10v\n", *c.InteropTime)
7070
}
71-
banner += fmt.Sprintf("\nAll op fork specifications can be found at https://specs.optimism.io/\n")
71+
banner += "\nAll op fork specifications can be found at https://specs.optimism.io/\n"
7272
return banner
7373
}
7474

0 commit comments

Comments
 (0)