Skip to content

Commit 6a31e52

Browse files
committed
Fix format check error
1 parent bf27c81 commit 6a31e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Configuration/Providers/EnvironmentVariables/EnvironmentVariablesProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public struct EnvironmentVariablesProvider: Sendable {
143143
/// A decoder of arrays from a string.
144144
var arrayDecoder: EnvironmentValueArrayDecoder
145145

146-
/// A decoder of bool values from a string
146+
/// A decoder of bool values from a string.
147147
static func decodeBool(from string: String) -> Bool? {
148148
switch string.lowercased() {
149149
case "true", "yes", "1": true

0 commit comments

Comments
 (0)