14360: Close SSH connections when no longer needed.
[arvados.git] / lib / dispatchcloud / node_size.go
index 1c36d6cf5bb770cb447b6f7f177d39c5ff7ef469..3bada3baf37590b93a01271bac9baa43f57acf23 100644 (file)
@@ -15,10 +15,9 @@ import (
        "git.curoverse.com/arvados.git/sdk/go/arvados"
 )
 
-var (
-       ErrInstanceTypesNotConfigured = errors.New("site configuration does not list any instance types")
-       discountConfiguredRAMPercent  = 5
-)
+var ErrInstanceTypesNotConfigured = errors.New("site configuration does not list any instance types")
+
+var discountConfiguredRAMPercent = 5
 
 // ConstraintsNotSatisfiableError includes a list of available instance types
 // to be reported back to the user.