From 8261e10257ab2b24f860a83aafce35eff85b1e7a Mon Sep 17 00:00:00 2001 From: Manuel Mauro Date: Thu, 1 Feb 2024 18:31:44 +0100 Subject: [PATCH] Fix formatting --- algonaut_transaction/src/api_model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algonaut_transaction/src/api_model.rs b/algonaut_transaction/src/api_model.rs index a9210f6..16a454c 100644 --- a/algonaut_transaction/src/api_model.rs +++ b/algonaut_transaction/src/api_model.rs @@ -861,4 +861,4 @@ mod tests { .is_err() ); } -} \ No newline at end of file +}