Skip to content

Commit e00a636

Browse files
committed
fix semicolon
1 parent 6f4cbd8 commit e00a636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/operations/AESEncrypt.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The following algorithms will be used based on the size of the key:
135135
if (noPadding) {
136136
cipher.mode.pad = function(output, options) {
137137
return true;
138-
}
138+
};
139139
}
140140
cipher.update(forge.util.createBuffer(input));
141141
cipher.finish();

0 commit comments

Comments
 (0)