Skip to content

Commit

Permalink
Remove not needed parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
svara committed Dec 16, 2024
1 parent 72008b3 commit f831370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/HotwireConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public struct HotwireConfig {
public func makeWebView() -> WKWebView {
let webView = makeCustomWebView(makeWebViewConfiguration())

if (!Hotwire.bridgeComponentTypes.isEmpty) {
if !Hotwire.bridgeComponentTypes.isEmpty {
Bridge.initialize(webView)
}

Expand Down

0 comments on commit f831370

Please sign in to comment.