diff options
Diffstat (limited to 'src/command/contributors.rs')
| -rw-r--r-- | src/command/contributors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/contributors.rs b/src/command/contributors.rs index 774136c5..060af8ff 100644 --- a/src/command/contributors.rs +++ b/src/command/contributors.rs @@ -61,5 +61,5 @@ ZhiHong Li (@OnePieceJoker) "#; pub fn run() { - println!("{}", CONTRIBUTORS); + println!("{CONTRIBUTORS}"); } |
