Skip to content

Commit

Permalink
Update ToLine.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjkl authored Jun 24, 2022
1 parent c569917 commit 7324f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/codegen/src/smithy4s/codegen/ToLine.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ object ToLine {
Line(Set(s"$ns.$name"), name)
case Type.Alias(ns, name, aliased) =>
val (imports, t) = render(aliased).tupled
// TODO: Sometimes the ns.name should not be added
Line(imports + s"$ns.$name", t)
case Type.Ref(namespace, name) =>
val imports = Set(s"$namespace.$name")
Expand Down

0 comments on commit 7324f0b

Please sign in to comment.