Skip to content

Commit

Permalink
Unimportant tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Dec 10, 2022
1 parent 7b99f60 commit 314c2d5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
46 changes: 23 additions & 23 deletions jna-rinchi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@
</resources>
</build>
<dependencies>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi-api</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-linux-arm</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-linux-x86</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-linux-x86-64</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-win32-x86</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-win32-x86-64</artifactId>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi-api</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-linux-arm</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-linux-x86</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-linux-x86-64</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-win32-x86</artifactId>
</dependency>
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-rinchi-win32-x86-64</artifactId>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ private String stereoToString(int atIndex) {
stringBuilder.append(getAtoms().indexOf(stereo.getAtoms()[2]) + 1).append(" - ");
stringBuilder.append(getAtoms().indexOf(stereo.getAtoms()[3]) + 1);
break;
case None:
break;
}

stringBuilder.append(" ").append(stereo.getParity());
Expand Down
2 changes: 1 addition & 1 deletion jna-rinchi-linux-arm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
</parent>
<artifactId>jna-rinchi-linux-arm</artifactId>
<name>JNA RInChI Linux ARM</name>
<description>Binaries for 64-bit ARM Linux e.g. Raspberry Pi</description>
<description>Binaries for 32-bit ARM Linux e.g. Raspberry Pi</description>
</project>

0 comments on commit 314c2d5

Please sign in to comment.