Skip to content

Commit 83fcebe

Browse files
committed
mising newlines
1 parent b39bef5 commit 83fcebe

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/org/labkey/test/components/ui/entities/EntityBulkDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ public FileAttachmentContainer fileUploadField(CharSequence fieldIdentifier)
214214
return new FileAttachmentContainer(formRow(fieldIdentifier), getDriver());
215215
}
216216
}
217-
}
217+
}

src/org/labkey/test/components/ui/entities/EntityBulkInsertDialog.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,5 +467,4 @@ public List<WebElement> fieldLabels()
467467

468468
final Locator fieldLabels = Locator.tag("hr").followingSibling("div").child(Locator.byClass("control-label"));
469469
}
470-
471-
}
470+
}

0 commit comments

Comments
 (0)