Skip to content

Commit

Permalink
alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Sep 5, 2023
1 parent eaff964 commit ca298fb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class MarketEventSymbols {
}

public static func removeAttributeStringByKey(_ symbol: String?,
_ key: String) -> String? {
_ key: String) -> String? {
guard let symbol = symbol else {
return nil
}
Expand Down Expand Up @@ -167,8 +167,8 @@ public class MarketEventSymbols {
}

public static func changeAttributeStringByKey(_ symbol: String?,
_ key: String?,
_ value: String?) throws -> String? {
_ key: String?,
_ value: String?) throws -> String? {
guard let key = key else {
throw ArgumentException.argumentNil
}
Expand Down

0 comments on commit ca298fb

Please sign in to comment.