Fix binding indentation
This commit is contained in:
parent
bbc633f42a
commit
eec1c881f3
|
@ -179,16 +179,16 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
|
||||||
Char,
|
Char,
|
||||||
Decode,
|
Decode,
|
||||||
Encode,
|
Encode,
|
||||||
DecodeBase64Old,
|
DecodeHex,
|
||||||
EncodeBase64Old,
|
EncodeHex,
|
||||||
DecodeBase32,
|
DecodeBase32,
|
||||||
EncodeBase32,
|
EncodeBase32,
|
||||||
DecodeBase32Hex,
|
DecodeBase32Hex,
|
||||||
EncodeBase32Hex,
|
EncodeBase32Hex,
|
||||||
DecodeBase64,
|
DecodeBase64,
|
||||||
EncodeBase64,
|
EncodeBase64,
|
||||||
DecodeHex,
|
DecodeBase64Old,
|
||||||
EncodeHex,
|
EncodeBase64Old,
|
||||||
DetectColumns,
|
DetectColumns,
|
||||||
Parse,
|
Parse,
|
||||||
Split,
|
Split,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user