Skip to content

Commit 4484498

Browse files
committed
mix format
1 parent ec06e13 commit 4484498

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/gettext.ex

+1
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ defmodule Gettext do
637637
_other ->
638638
# TODO: remove this once we stop supporting the old way of defining backends.
639639
otp_app = Keyword.get(opts, :otp_app, :my_app)
640+
640641
IO.warn(
641642
"""
642643
Defining a Gettext backend by calling:

test/gettext_test.exs

-1
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,4 @@ defmodule GettextTest do
302302

303303
assert stderr =~ expected_message
304304
end
305-
306305
end

0 commit comments

Comments
 (0)