fix spacing

This commit is contained in:
Simon Gardling 2022-03-01 15:29:24 -05:00
parent 37e98a7009
commit 0083a5e234

View File

@ -259,7 +259,7 @@ impl epi::App for MathApp {
// Displays commit info // Displays commit info
ui.horizontal(|ui| { ui.horizontal(|ui| {
ui.label("Commit: "); ui.label("Commit:");
// Only include hyperlink if the build doesn't have untracked files // Only include hyperlink if the build doesn't have untracked files
if GIT_VERSION.contains("-modified") { if GIT_VERSION.contains("-modified") {