Skip to content

Commit c231ed7

Browse files
Lint response
1 parent e8eb04b commit c231ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Compilers/CSharp/Portable/Parser/LanguageParser_Patterns.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ when ConvertExpressionToType(expr, out var leftType):
4747
default:
4848
type = null;
4949
return false;
50-
};
50+
}
5151
}
5252

5353
private PatternSyntax ParsePattern(Precedence precedence, bool afterIs = false, bool inSwitchArmPattern = false)

src/Compilers/CSharp/Portable/Parser/Lexer_RawStringLiteral.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private void ScanRawStringLiteral(ref TokenInfo info, bool inDirective)
117117

118118
default:
119119
throw ExceptionUtilities.UnexpectedValue(info.Kind);
120-
};
120+
}
121121
}
122122

123123
info.Text = TextWindow.GetText(intern: true);

0 commit comments

Comments
 (0)