Skip to content

Commit

Permalink
Merge pull request #719 from 0x1-company/create-pull-request/patch-bb…
Browse files Browse the repository at this point in the history
…b19ac

Run swift-format
  • Loading branch information
github-actions[bot] authored Oct 9, 2023
2 parents bbb19ac + 90cf039 commit f2a2761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/GodPackage/Sources/GodFeature/ShareTheApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public struct ShareTheAppLogic: Reducer {
"""
guard let shareURL = URL(string: "https://line.me/R/share?text=\(text)")
else { return .none }

state.shareURL = shareURL

return .none

case .currentUserResponse(.failure):
Expand Down

0 comments on commit f2a2761

Please sign in to comment.