From e435484740ceb8732443ce49fa683d5e9d53f15a Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Thu, 7 May 2020 08:39:01 -0400 Subject: [PATCH] C++/C#: Fix formatting --- cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll | 1 + .../src/semmle/code/csharp/ir/implementation/TempVariableTag.qll | 1 + 2 files changed, 2 insertions(+) diff --git a/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll b/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll index 74679955274..a0c0ca67530 100644 --- a/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll +++ b/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll @@ -2,6 +2,7 @@ * Defines the public interface to temporary variable tags, which describe the reason a particular * `IRTempVariable` was generated. */ + private import internal.TempVariableTagInternal private import Imports::TempVariableTag diff --git a/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll b/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll index 74679955274..a0c0ca67530 100644 --- a/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll +++ b/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll @@ -2,6 +2,7 @@ * Defines the public interface to temporary variable tags, which describe the reason a particular * `IRTempVariable` was generated. */ + private import internal.TempVariableTagInternal private import Imports::TempVariableTag