Skip to content

Commit 86ac9ae

Browse files
committed
small format fix
1 parent 5e63712 commit 86ac9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/custom_framework/utils/FrameworkSetup.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828

2929
public class FrameworkSetup {
30+
3031
private final Properties settings = Settings.load("settings.properties");
3132
private final String browser = settings.getProperty("browser");
3233
private final String environment = settings.getProperty("environment");

0 commit comments

Comments
 (0)