From e142dfb3eb887ec12252e2c13a0a05d2b82058a9 Mon Sep 17 00:00:00 2001 From: Reio Piller Date: Thu, 10 Mar 2022 22:49:28 +0200 Subject: [PATCH] fix: early release (format) --- mix.exs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mix.exs b/mix.exs index c49fa73c..ac51bad8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,10 +4,9 @@ defmodule Protobuf.Mixfile do @source_url "https://github.com/elixir-protobuf/protobuf" @version (case File.read("VERSION") do - {:ok, version} -> String.trim(version) - {:error, _} -> "0.0.0-development" - end) - + {:ok, version} -> String.trim(version) + {:error, _} -> "0.0.0-development" + end) @description "A pure Elixir implementation of Google Protobuf." def project do