Skip to content

Commit ad44e1e

Browse files
committed
fixup! lint
1 parent 2e5b5c0 commit ad44e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enterprise/dbcrypt/cipher_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ func TestCiphersBackwardCompatibility(t *testing.T) {
127127

128128
// This is the code that was used to generate the above.
129129
// Note that the output of this code will change every time it is run.
130-
//encrypted, err := cs.Encrypt([]byte(msg))
131-
//require.NoError(t, err)
132-
//t.Logf("encoded: %q", base64.StdEncoding.EncodeToString(encrypted))
130+
// encrypted, err := cs.Encrypt([]byte(msg))
131+
// require.NoError(t, err)
132+
// t.Logf("encoded: %q", base64.StdEncoding.EncodeToString(encrypted))
133133

134134
cipher, err := dbcrypt.CipherAES256(key)
135135
require.NoError(t, err)

0 commit comments

Comments
 (0)