Skip to content

Commit c64db77

Browse files
author
AndreiDiaconu1
committed
More auto formatting
1 parent e18b36b commit c64db77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRConstruction.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ TranslatedElement getInstructionTranslatedElement(Instruction instruction) {
1717
}
1818

1919
InstructionTag getInstructionTag(Instruction instruction) { instruction = MkInstruction(_, result) }
20+
2021
import Cached
2122

2223
cached
@@ -316,6 +317,7 @@ private module Cached {
316317
cached
317318
Language::BuiltInOperation getInstructionBuiltInOperation(Instruction instr) { none() }
318319
}
320+
319321
import CachedForDebugging
320322

321323
cached

csharp/ql/src/semmle/code/csharp/ir/internal/IRCSharpLanguage.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class BuiltInOperation extends TBuiltInOperation {
2929

3030
class ClassDerivation extends MkClassDerivation {
3131
Class baseClass;
32-
3332
Class derivedClass;
3433

3534
ClassDerivation() { this = MkClassDerivation(baseClass, derivedClass) }

0 commit comments

Comments
 (0)