fix(protocol): oops, missed a spot after a rename

This commit is contained in:
Kat Marchán 2021-08-21 22:54:59 -07:00
parent aafa4a3de1
commit 5c077d30a4
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}