summaryrefslogtreecommitdiff
path: root/project/build/BuildInfoEnvironment.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/build/BuildInfoEnvironment.scala')
-rw-r--r--project/build/BuildInfoEnvironment.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/build/BuildInfoEnvironment.scala b/project/build/BuildInfoEnvironment.scala
index a7f3d4ba96..fc1c436c33 100644
--- a/project/build/BuildInfoEnvironment.scala
+++ b/project/build/BuildInfoEnvironment.scala
@@ -12,10 +12,10 @@ trait BuildInfoEnvironment {
// use the project's Logger for any properties-related logging
def log = self.log
- // the properties file will be read/stored
+ // the properties file will be read/stored
def envBackingPath = buildInfoEnvironmentLocation
// define some properties
lazy val lastCompilerVersion: Property[String] = propertyOptional[String]("")
- }
+ }
}