mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Shared: Fix trailing and non-ascii whitespace.
This commit is contained in:
@@ -28,9 +28,9 @@ module Option<TypeWithToString T> {
|
||||
|
||||
/** Gets the wrapped element, if any. */
|
||||
T asSome() { this = TSome(result) }
|
||||
|
||||
|
||||
/** Holds if this option is the singleton `None`. */
|
||||
predicate isNone() { this = TNone() }
|
||||
predicate isNone() { this = TNone() }
|
||||
}
|
||||
|
||||
/** The singleton `None` element. */
|
||||
|
||||
Reference in New Issue
Block a user