Skip to content

Commit

Permalink
style: remove double space in log
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox authored Jan 10, 2025
1 parent 8a2b812 commit eac497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodelix/version_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ defmodule Nodelix.VersionManager do
sleep_time = trunc(1_500 * :math.pow(2, tries))

Logger.debug(
"[Nodelix] Fetching node #{version}  failed after #{tries} attempts. New attempt in #{sleep_time}ms"
"[Nodelix] Fetching node #{version} failed after #{tries} attempts. New attempt in #{sleep_time}ms"
)

Process.sleep(sleep_time)
Expand Down

0 comments on commit eac497b

Please sign in to comment.