Skip to content

Commit 6accbd3

Browse files
author
Scott Dennison
committed
[PR-4815] Correct rouge tabs into spaces, and a missing newline from the end of .gitignore
1 parent 67125e9 commit 6accbd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ CodeGraphData/
185185
/Rubberduck.Deployment/Rubberduck.idl
186186

187187
#Gradle
188-
/.gradle/
188+
/.gradle/

Rubberduck.Parsing/Grammar/VBABaseParserRuleContext.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
namespace Rubberduck.Parsing.Grammar
66
{
7-
// Currently this class does nothing, except allow other languages/implementations to define a custom contextSuperclass without having to change the grammar.
7+
// Currently this class does nothing, except allow other languages/implementations to define a custom contextSuperclass without having to change the grammar.
88
public abstract class VBABaseParserRuleContext : ParserRuleContext
99
{
10-
public VBABaseParserRuleContext() : base() { }
11-
10+
public VBABaseParserRuleContext() : base() { }
11+
1212
public VBABaseParserRuleContext(Antlr4.Runtime.ParserRuleContext parent, int invokingStateNumber) : base(parent, invokingStateNumber) { }
1313
}
1414
}

0 commit comments

Comments
 (0)