Skip to content

Commit

Permalink
fix: Enum naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidonomics committed Nov 25, 2023
1 parent 5c1631d commit 11b42d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebDriver/Requests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public enum Requests {
public var xOffset: Int
public var yOffset: Int

private enum CodableKeys: String, CodingKey {
private enum CodingKeys: String, CodingKey {
case element = "element"
case xOffset = "xoffset"
case yOffset = "yoffset"
Expand Down

0 comments on commit 11b42d5

Please sign in to comment.