Skip to content
Snippets Groups Projects
Commit 6bb43ebd authored by lowercasedonkey's avatar lowercasedonkey
Browse files

whitespace

parent 5f0408e1
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,6 @@ App.Markets.marketName = function(market = "kidnappers", arcIndex = 1) { ...@@ -224,6 +224,6 @@ App.Markets.marketName = function(market = "kidnappers", arcIndex = 1) {
case "military prison": case "military prison":
return `the prisoner sale`; return `the prisoner sale`;
default: default:
return `Someone messed up.${market} is not known.`; return `Someone messed up. ${market} is not known.`;
} }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment