Skip to content

Commit be11557

Browse files
committed
Fix indentation
1 parent 2b5e421 commit be11557

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

SpiNNaker-storage/src/main/java/uk/ac/manchester/spinnaker/storage/sqlite/SQLiteBufferStorage.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private static int getLastExtractionId(
8181
}
8282
}
8383
throw new IllegalStateException(
84-
"could not find last extraction id");
84+
"could not find last extraction id");
8585
}
8686

8787
private static int getRecordingCore(Connection conn, CoreLocation core)
@@ -153,7 +153,7 @@ private static int getDownloadRegion(Connection conn, int coreID,
153153
}
154154
}
155155
throw new IllegalStateException(
156-
"could not make or find recording region record");
156+
"could not make or find recording region record");
157157
}
158158

159159
private static int getExistingRecordingRegion(
@@ -168,7 +168,7 @@ private static int getExistingRecordingRegion(
168168
}
169169
}
170170
throw new IllegalStateException(
171-
"could not find recording region record");
171+
"could not find recording region record");
172172
}
173173

174174
private static int getExistingDownloadRegion(
@@ -183,7 +183,7 @@ private static int getExistingDownloadRegion(
183183
}
184184
}
185185
throw new IllegalStateException(
186-
"could not find recording region record");
186+
"could not find recording region record");
187187
}
188188

189189
private static int insertMockExtraction(Connection conn)
@@ -197,7 +197,7 @@ private static int insertMockExtraction(Connection conn)
197197
}
198198
}
199199
throw new IllegalStateException(
200-
"could not mock an extraction record");
200+
"could not mock an extraction record");
201201
}
202202

203203
public void insertMockExtraction() throws StorageException {

0 commit comments

Comments
 (0)