Format lib/mix/tasks/create_custom_emoji_list.ex

This commit is contained in:
dtluna 2018-07-23 16:16:18 +03:00
parent 406bd18c76
commit 70c68f26fa
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ defmodule Mix.Tasks.CreateCustomEmojiList do
def handle_dir(dir, file_handle) do
for entry <- File.ls!(dir) do
full_entry_path = Path.join(dir, entry)
if File.dir?(full_entry_path) do
handle_dir(full_entry_path, file_handle)
else