Skip to content

Commit

Permalink
[cleanup] Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Nov 2, 2024
1 parent ff9f84c commit ebffcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenBase.fu
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public abstract class GenBase : FuVisitor
}
}

protected virtual FuId GetTypeId(FuType type, bool promote) => promote && type is FuRangeType ? FuId.IntType : type.Id;
protected virtual FuId GetTypeId(FuType type, bool promote) => promote && type is FuRangeType ? FuId.IntType : type.Id;

protected abstract void WriteTypeAndName!(FuNamedValue value);

Expand Down

0 comments on commit ebffcf7

Please sign in to comment.