Skip to content

Commit 8873988

Browse files
committed
[Serialization] Remove - character artifact
1 parent 7643373 commit 8873988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/ModuleFileSharedCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ validateControlBlock(llvm::BitstreamCursor &cursor,
321321
::getenv("SWIFT_DEBUG_FORCE_SWIFTMODULE_REVISION");
322322

323323
bool isCompilerTagged = forcedDebugRevision ||
324-
- !version::Version::getCurrentCompilerVersion().empty();
324+
!version::Version::getCurrentCompilerVersion().empty();
325325

326326
StringRef moduleRevision = blobData;
327327
if (isCompilerTagged && !moduleRevision.empty()) {

0 commit comments

Comments
 (0)