Skip to content

Commit fe49811

Browse files
committed
static check: removed empty branch
1 parent dbbe700 commit fe49811

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

formatter.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ func Format(template string, args ...any) string {
185185
}
186186
if argNumber < 0 {
187187
argNumber, err = strconv.Atoi(argNumberStr)
188-
if err == nil {
189-
//rawWrite = false
190-
}
191188
}
192189
}
193190

0 commit comments

Comments
 (0)