summaryrefslogtreecommitdiff
path: root/where-shared/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'where-shared/src/error.rs')
-rw-r--r--where-shared/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/where-shared/src/error.rs b/where-shared/src/error.rs
index e94b042..5908077 100644
--- a/where-shared/src/error.rs
+++ b/where-shared/src/error.rs
@@ -64,4 +64,4 @@ impl Display for WhereError {
Self::TimedOut(server, max_retry, timeout) => write!(f, "Timed out waiting for data from {server} after {max_retry} attempts every {} ms", timeout.as_millis())
}
}
-} \ No newline at end of file
+}