Skip to content

Commit

Permalink
Merge pull request #244 from wenbingzuo/fix-warning
Browse files Browse the repository at this point in the history
fix: implicit conversion warning
  • Loading branch information
ashfurrow authored Oct 17, 2023
2 parents 13597a6 + 84397de commit a699a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Action/Action+Internal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Foundation
import RxSwift

internal struct AssociatedKeys {
static var Action = "rx_action"
static var DisposeBag = "rx_disposeBag"
static var Action: StaticString = "rx_action"
static var DisposeBag: StaticString = "rx_disposeBag"
}

// Note: Actions performed in this extension are _not_ locked
Expand Down

0 comments on commit a699a1f

Please sign in to comment.