Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e615502

Browse files
committed
style: fmt
1 parent 99c01b2 commit e615502

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/helper/patchs/accounts_social_migrater.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ alias MastaniServer.Accounts.{User, Social}
55
alias Helper.Patch.SocialMigrater
66

77
defmodule Helper.Patch.SocialMigrater do
8-
def insert_social_records(id, map) when map_size(map) == 0, do: IO.puts "pass robot user"
8+
def insert_social_records(id, map) when map_size(map) == 0, do: IO.puts("pass robot user")
99

1010
def insert_social_records(id, attrs) do
1111
IO.inspect(id, label: "user id")
@@ -42,4 +42,3 @@ Enum.each(accounts.entries, fn user ->
4242

4343
SocialMigrater.insert_social_records(user.id, social_attrs)
4444
end)
45-

0 commit comments

Comments
 (0)