Skip to content

Commit

Permalink
sigh, fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Nov 7, 2022
1 parent e955d30 commit d9602ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ fn add_char(char: char, state: &EnvParserState, tmpkey: &mut String, tmpval: &mu
} else {
tmpval.push(char);
}
}
}

0 comments on commit d9602ab

Please sign in to comment.