Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Nov 7, 2023
1 parent 83cc207 commit 9f9ebc1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -397,7 +397,7 @@ public struct ConfigurationElement<T: AcceptableByConfigurationElement & Equatab
/// The wrapper itself providing access to all its data. This field can only be accessed by the
/// element's name prefixed with a `$`.
public var projectedValue: ConfigurationElement {
get { self } // swiftlint:disable:this implicit_getter
get { self }
_modify { yield &self }
}

Expand Down

0 comments on commit 9f9ebc1

Please sign in to comment.