Skip to content

Commit

Permalink
fixing other issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed May 10, 2024
1 parent 726b688 commit 481c081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Mintfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nicklockwood/[email protected]
realm/[email protected]
realm/[email protected]
peripheryapp/[email protected]
1 change: 1 addition & 0 deletions Scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if [ -z "$CI" ]; then
$MINT_RUN swiftlint --fix
fi

$MINT_RUN periphery scan
$MINT_RUN swiftformat --lint $SWIFTFORMAT_OPTIONS .
$MINT_RUN swiftlint lint $SWIFTLINT_OPTIONS

Expand Down
2 changes: 0 additions & 2 deletions Sources/FeatherQuill/FeatureValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
public class FeatureValue<ValueType> {
private let userDefaults: UserDefaults
private let key: String
private let defaultValue: ValueType
private let fullKey: String
public var bindingValue: Binding<ValueType> {
.init {
Expand Down Expand Up @@ -68,7 +67,6 @@
) {
self.userDefaults = userDefaults
self.key = key
self.defaultValue = defaultValue
let initialValue: ValueType
let fullKey = [
FeatureFlags.rootKey, self.key, FeatureFlags.valueKey
Expand Down

0 comments on commit 481c081

Please sign in to comment.