Skip to content

Commit aff46c7

Browse files
committed
Fmt
1 parent c2caa4b commit aff46c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geyser_plugin_postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ impl GeyserPlugin for GeyserPluginPostgres {
395395
}
396396
_ => {
397397
return Err(GeyserPluginError::SlotStatusUpdateError{
398-
msg: format!("Failed to persist the transaction info to the PostgreSQL database. Unsupported format.")
398+
msg: "Failed to persist the transaction info to the PostgreSQL database. Unsupported format.".to_string()
399399
});
400400
}
401401
},

0 commit comments

Comments
 (0)