Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf101 committed Jun 18, 2024
1 parent f8387e7 commit 1a00969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/


package panda.primary

import org.jacodb.panda.dynamic.api.*
Expand Down Expand Up @@ -63,4 +62,4 @@ class ConstAssignmentChecker(val project: PandaProject) {

return allErrors
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/


package panda.primary

import org.jacodb.panda.dynamic.api.PandaInst
Expand All @@ -36,4 +35,4 @@ class UndeclaredVariablesCheckerError(
val varAccess: VarAccess,
val isConstant: Lazy<Boolean>,
val fictive: Boolean = false
): VariableError
): VariableError

0 comments on commit 1a00969

Please sign in to comment.