redrabbit / git.limo

A Git source code management tool powered by Elixir with easy installation & high extensibility.
https://git.limo
MIT License
497 stars 42 forks source link

WIP: Mix format #28

Closed chulkilee closed 4 years ago

chulkilee commented 5 years ago

This is WIP

-    with {:ok, time, _offset} <- Git.commit_time(commit), # TODO
-         {:ok, datetime} <- DateTime.from_unix(time), do:
-      {:ok, struct(datetime, [])}
+    # TODO
+    with {:ok, time, _offset} <- Git.commit_time(commit),
+         {:ok, datetime} <- DateTime.from_unix(time),
+         do: {:ok, struct(datetime, [])}
   end