Skip to content

Commit

Permalink
fix(protocol): oops, missed a spot after a rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Aug 22, 2021
1 parent aafa4a3 commit 5c077d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl DiagnosticReport {

impl std::fmt::Debug for DiagnosticReport {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
crate::get_reporter().debug(&*self.diagnostic, f)
crate::get_printer().debug(&*self.diagnostic, f)
}
}

Expand Down

0 comments on commit 5c077d3

Please sign in to comment.