Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Dec 15, 2023
1 parent 0938fe5 commit 7b09724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class TreePickler(pickler: TastyPickler, attributes: Attributes) {
else
writeByte(if (tpe.isType) TYPEREF else TERMREF)
pickleNameAndSig(sym.name, tpe.signature, sym.targetName)
pickleType(tpe.prefix)
pickleType(tpe.prefix)
}
if (sym.is(Flags.Package)) {
writeByte(if (tpe.isType) TYPEREFpkg else TERMREFpkg)
Expand Down

0 comments on commit 7b09724

Please sign in to comment.