Skip to content

Commit 16957e1

Browse files
committed
chore(geb): formatting
1 parent de3f2f4 commit 16957e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grails-geb/src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class GrailsGebSettings {
105105
}
106106
} catch (NumberFormatException ignored) {
107107
log.warn(
108-
"Could not parse property [{}] with value [{}] as a Number. Using default value [{}] instead.",
108+
'Could not parse property [{}] with value [{}] as a Number. Using default value [{}] instead.',
109109
propertyName,
110110
propValue,
111111
defaultValue

grails-geb/src/testFixtures/groovy/grails/plugin/geb/WebDriverContainerHolder.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ class WebDriverContainerHolder {
165165
)
166166
}
167167

168-
169168
// Ensure that the driver points to the re-initialized container with the correct host.
170169
// The driver is explicitly quit by us in stop() method, to fulfill our resulting responsibility.
171170
gebConf.cacheDriver = false

0 commit comments

Comments
 (0)