Skip to content

Commit

Permalink
fix stylecop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Laird-McConnell committed Feb 7, 2020
1 parent c846986 commit 76a550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Microsoft.Bot.Expressions/ExpressionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Microsoft.Bot.Expressions
{
/// NOTE: If you add a built-in type here, you also need to make sure it can be evaluated as well either by adding to ExpressionFunctions or when you construct the expression.
/// <summary>
/// Built-in expression types.
/// </summary>
Expand Down Expand Up @@ -150,6 +149,7 @@ public static class ExpressionType
public const string IsMatch = "isMatch";

// trigger tree

/// <summary>
/// Mark a sub-expression as optional.
/// </summary>
Expand Down

0 comments on commit 76a550f

Please sign in to comment.