Skip to content

Commit febad99

Browse files
committed
Little fix
1 parent fbf7c69 commit febad99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/BrightProof.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ struct SemVer {
124124
}
125125
if(BuildStart) {
126126
PreRelease = i[PreReleaseStart+1..BuildStart];
127-
Build = i[BuildStart+1..$];
128127
} else {
129128
PreRelease = i[PreReleaseStart+1..$];
130129
}

0 commit comments

Comments
 (0)