Skip to content

Commit

Permalink
Deleted line break from filter message
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Apr 4, 2017
1 parent 423fd39 commit 6c34d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNA/src/dna/export/Exporter.java
Expand Up @@ -2587,7 +2587,7 @@ public void rNetwork(String networkType, String statementType, String variable1,
filterEmptyFields = false;
}
if (verbose == true) {
System.out.print("(2/" + max + "): Filtering statements... \n");
System.out.print("(2/" + max + "): Filtering statements... ");
}
this.filteredStatements = filter(data.getStatements(), data.getDocuments(), start, stop, st, variable1, variable2,
variable1Document, variable2Document, qualifier, ignoreQualifier, duplicates, authorExclude, sourceExclude, sectionExclude,
Expand Down

0 comments on commit 6c34d16

Please sign in to comment.