]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
Remove unnecessary uses of fmt.Sprintf()
authorEric Biggers <ebiggers@google.com>
Fri, 8 Apr 2022 23:15:22 +0000 (16:15 -0700)
committerJoe Richey <joerichey@google.com>
Fri, 8 Apr 2022 23:25:01 +0000 (16:25 -0700)
commit1f4543a97a862c4caf17eb69e0a21eb2ebb7de18
tree261fcd03e543ed89bb8330244e32af919f4268a8
parent896549fa52002a65436625ad4fd7743b444f1135
Remove unnecessary uses of fmt.Sprintf()

The latest version of 'staticcheck' warns about these.
cmd/fscrypt/errors.go
cmd/fscrypt/flags.go