Skip to content

Commit

Permalink
Remove extra whitespace in -info
Browse files Browse the repository at this point in the history
  • Loading branch information
Scotsguy committed Feb 26, 2020
1 parent 1d4d819 commit 10a0af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ fn info(ctx: &mut Context, msg: &Message, _: Args) -> CommandResult {
};
e.colour(Colour::DARK_TEAL);
e.description(format!(r"
Developed by {}.
To start, just upload a log from MultiMC. (Type `-log` for help)
Developed by {}.
To start, just upload a log from MultiMC. (Type `-log` for help)
[Source Code available under AGPLv3](https://gitlab.com/Scotsguy/background-cat)
", creator_name))
[Source Code available under AGPLv3](https://gitlab.com/Scotsguy/background-cat)
", creator_name))
});
m
}) {
Expand Down

0 comments on commit 10a0af3

Please sign in to comment.