👕 More spaces for the space god

This commit is contained in:
David Wilson
2018-08-09 12:59:59 -07:00
parent fe15f2dae5
commit 43faf1ca36

View File

@@ -480,7 +480,7 @@ class AtomEnvironment {
// Public: Get the full name of this Atom release (e.g. "Atom", "Atom Beta")
//
// Returns the app name {String}.
getAppName() {
getAppName () {
if (this.appName == null) this.appName = this.getLoadSettings().appName
return this.appName
}