Skip to content

Commit 2f6fc6d

Browse files
author
Andreas Prlic
committed
minor changes
1 parent a1d0832 commit 2f6fc6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

structure/externaldb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Cath can be accessed in a very similar fashion to SCOP. In parallel to the ScopI
7777
```java
7878

7979
private static final String DEFAULT_SCRIPT ="select * ; cartoon on; spacefill off; wireframe off; select ligands; wireframe on; spacefill on;";
80-
private static final String[] colors = new String[]{"red","green","blue","yellow"};
80+
81+
private static final String[] colors = new String[]{"red","green","blue","yellow"};
8182

8283
public static void main(String args[]){
8384

0 commit comments

Comments
 (0)