Skip to content

Commit 912888d

Browse files
committed
Fix linting error
1 parent f3ff149 commit 912888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ArgumentParserOpenCLI/OpenCLIv0_1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public struct OpenCLIv0_1: Codable, Equatable {
7171
self.optionSeparator = optionSeparator
7272
}
7373

74-
/// Returns true if this Conventions object has any non-default values
74+
/// Returns true if this Conventions object has any non-default values.
7575
public var hasNonDefaultValues: Bool {
7676
(groupOptions != nil && groupOptions != true)
7777
|| (optionSeparator != nil && optionSeparator != " ")

0 commit comments

Comments
 (0)