Skip to content

Commit 7a6e5dd

Browse files
committed
fix: more issues
1 parent 4a209c9 commit 7a6e5dd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.swiftformat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
--trimwhitespace always
55
--header "{file}\nCopyright (c) {year} GetAutomaApp\nAll source code and related assets are the property of GetAutomaApp.\nAll rights reserved.\n\nThis package is freely distributable under the MIT license.\nThis Package is a modified fork of https://github.com/ashi-psn/SwiftWebDriver."
66
--disable redundantInternal
7-
--enable prioritizeKeepingFunctionOutputTogether

Example/Sources/SeleniumSwiftExample/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import SwiftWebDriver
1010

11-
internal struct Main {
11+
internal enum Main {
1212
public static func main() async throws {
1313
let chromeOption = ChromeOptions(
1414
args: [

Sources/SwiftWebDriver/API/Response/Navigation/NavigationResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// PostNavigationResponse.swift
1+
// NavigationResponse.swift
22
// Copyright (c) 2025 GetAutomaApp
33
// All source code and related assets are the property of GetAutomaApp.
44
// All rights reserved.

0 commit comments

Comments
 (0)