Skip to content

Commit c3c508e

Browse files
committed
Remove double whitespace
1 parent 20657ea commit c3c508e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::prelude::*;
99
use crate::{errstr, Error, MAX_RECURSION_DEPTH};
1010

1111
/// Allowed characters are descriptor strings.
12-
pub const INPUT_CHARSET: &str = "0123456789()[],'/*abcdefgh@:$%{}IJKLMNOPQRSTUVWXYZ&+-.;<=>?!^_|~ijklmnopqrstuvwxyzABCDEFGH`#\"\\ ";
12+
pub const INPUT_CHARSET: &str = "0123456789()[],'/*abcdefgh@:$%{}IJKLMNOPQRSTUVWXYZ&+-.;<=>?!^_|~ijklmnopqrstuvwxyzABCDEFGH`#\"\\ ";
1313

1414
/// Map of valid characters in descriptor strings.
1515
#[rustfmt::skip]

0 commit comments

Comments
 (0)