Skip to content

Commit

Permalink
Merge pull request #1779 from tokiwa-software/builtintype_cleanup_ind…
Browse files Browse the repository at this point in the history
…entation

fe: cosmetics: fix indentation
  • Loading branch information
michaellilltokiwa authored Jul 27, 2023
2 parents a904cdb + 138abec commit 4cd30ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/flang/ast/BuiltInType.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public BuiltInType(String name)
{
super(SourcePosition.builtIn, n, NONE, null,
ref ? RefOrVal.Boxed
: RefOrVal.LikeUnderlyingFeature);
: RefOrVal.LikeUnderlyingFeature);
}

}
Expand Down

0 comments on commit 4cd30ab

Please sign in to comment.