Skip to content

Commit 5afbb3e

Browse files
Fix incorrect value of NO_PAD constant (#4487)
Co-authored-by: Sergei Boiko <127754187+satoshiotomakan@users.noreply.github.com>
1 parent eb4b843 commit 5afbb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/tw_encoding/src/base64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub const STANDARD: Config = Config {
1414

1515
pub const NO_PAD: Config = Config {
1616
url: false,
17-
pad: true,
17+
pad: false,
1818
};
1919

2020
pub const URL_SAFE: Config = Config {

0 commit comments

Comments
 (0)