Skip to content

Commit 8b5b165

Browse files
committed
remove newline
1 parent 5bf3421 commit 8b5b165

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/bandwidth/sdk/model/bxml

1 file changed

+0
-1
lines changed

src/main/java/com/bandwidth/sdk/model/bxml/Bxml.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public class Bxml {
5656
@XmlElement(name = StopStream.TYPE_NAME, type = StopStream.class),
5757
@XmlElement(name = StartTranscription.TYPE_NAME, type = StartTranscription.class),
5858
@XmlElement(name = StopTranscription.TYPE_NAME, type = StopTranscription.class),
59-
6059
})
6160

6261
private List<Verb> verbs = new ArrayList<>();

0 commit comments

Comments
 (0)