Update some superficial things

This commit is contained in:
Thelonius Kort
2023-01-14 22:05:48 +01:00
parent a95131bdbb
commit 483ed9440d
4 changed files with 6 additions and 9 deletions

View File

@ -1,7 +1,6 @@
defmodule Outlook.InternalTree.InternalTree do
alias Outlook.InternalTree.InternalNode
alias Outlook.InternalTree.TranslationUnit
alias Outlook.InternalTree.{InternalNode,TranslationUnit}
def garnish([%TranslationUnit{} = node | rest], %{tunits: _} = options) do
[ set_attributes(node, options.tunits, options.tu_ids)