Skip to content

Commit

Permalink
Merge pull request #636 from nananapo/master
Browse files Browse the repository at this point in the history
Disable adjust line when emitting System Function
  • Loading branch information
dalance committed Apr 10, 2024
2 parents 2ee160a + ccc2cb3 commit 12de79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/emitter/src/emitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ impl Emitter {
}
}
SymbolKind::SystemFunction => {
self.adjust_line = false;
self.str("$");
self.identifier(&args[0]);
}
Expand Down

0 comments on commit 12de79d

Please sign in to comment.