Skip to content

Commit d1ac11d

Browse files
committed
fix linter failure
1 parent 06a24e1 commit d1ac11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

field_map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func (m *FieldMap) SetString(tag Tag, value string) *FieldMap {
227227
return m.SetBytes(tag, []byte(value))
228228
}
229229

230-
// Remove removes a tag from field map
230+
// Remove removes a tag from field map.
231231
func (m *FieldMap) Remove(tag Tag) {
232232
m.rwLock.Lock()
233233
defer m.rwLock.Unlock()

0 commit comments

Comments
 (0)