Skip to content

Commit

Permalink
catalog: fix style compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Dec 11, 2024
1 parent 8f0ce1a commit 98c9b19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ public OpenCGAResult insertWithVirtualFile(long studyId, File file, File virtual
}

List<Event> insert(ClientSession clientSession, long studyId, File file, List<Sample> existingSamples, List<Sample> nonExistingSamples,
List<VariableSet> variableSetList) throws CatalogDBException, CatalogParameterException, CatalogAuthorizationException {
List<VariableSet> variableSetList)
throws CatalogDBException, CatalogParameterException, CatalogAuthorizationException {
if (filePathExists(clientSession, studyId, file.getPath())) {
throw CatalogDBException.alreadyExists("File", studyId, "path", file.getPath());
}
Expand Down

0 comments on commit 98c9b19

Please sign in to comment.