Skip to content

Commit 54640b7

Browse files
jamesmorrisjamesmorris
authored andcommitted
more formatting changes
1 parent f3212e3 commit 54640b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenericInsdcHeaderFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private String _insdc_feature_location_string(FeatureInterface<AbstractSequence<
235235
}
236236
}
237237
// As noted above, treat reverse complement strand features carefully:
238-
if(feature.getLocations().getStrand() == Strand.NEGATIVE) {
238+
if(feature.getLocations().getStrand() == Strand.NEGATIVE) {
239239
for(FeatureInterface<?, ?> f : feature.getChildrenFeatures()) {
240240
if(f.getLocations().getStrand() != Strand.NEGATIVE) {
241241
StringBuilder sb = new StringBuilder();

0 commit comments

Comments
 (0)