Skip to content

Commit 366a1f8

Browse files
committed
eof
1 parent b7295e2 commit 366a1f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/tools/jackson/module/scala/ser/ScalaIterableSerializer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ private case class ScalaIterableSerializer(elemType: JavaType, staticTyping: Boo
117117
}
118118
}
119119
}
120-
}
120+
}

src/main/scala/tools/jackson/module/scala/ser/ScalaIteratorSerializer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ private case class ScalaIteratorSerializer(elemType: JavaType, staticTyping: Boo
116116
}
117117
}
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)