Skip to content

Commit

Permalink
implements CR suggestion by Joao
Browse files Browse the repository at this point in the history
Co-authored-by: João Pereira <[email protected]>
  • Loading branch information
ArquintL and jcp19 authored Jan 22, 2025
1 parent 182ac1d commit d72d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/gobra/frontend/Source.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Source {

/**
* Forcefully tries to create a package info or throws an runtime exception.
* Only use for unit tests
* Only used for unit tests
*/
def getPackageInfoOrCrash(src: Source, projectRoot: Path): PackageInfo = {
Source.getPackageInfo(src, projectRoot).fold(
Expand Down

0 comments on commit d72d29a

Please sign in to comment.