Skip to content

Commit eff8734

Browse files
Aditya JoshiAditya Joshi
authored andcommitted
consistency in formatting
1 parent 470cf0b commit eff8734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/lambdatest/SmartUIAppSnapshot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void smartuiAppSnapshot(AppiumDriver appiumDriver, String screenshotName,
131131
}
132132
uploadSnapshotRequest.setOs(platform != null && !platform.isEmpty() ? platform : browserName);
133133
if(platform != null && !platform.isEmpty()){
134-
uploadSnapshotRequest.setDeviceName(deviceName+" - "+platform);
134+
uploadSnapshotRequest.setDeviceName(deviceName+" "+platform);
135135
}
136136
else {
137137
uploadSnapshotRequest.setDeviceName(deviceName + " "+browserName);

0 commit comments

Comments
 (0)