Skip to content

Commit 8305caf

Browse files
committed
Fix indentation (#569)
1 parent 57f6a71 commit 8305caf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

metafacture-biblio/src/test/java/org/metafacture/biblio/marc21/MarcXmlHandlerTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void issue330ShouldOptionallyRecognizeRecordsWithoutNamespace()
148148

149149
@Test
150150
public void shouldRecognizeRecordsWithoutNamespace()
151-
throws SAXException {
151+
throws SAXException {
152152
final AttributesImpl attributes = new AttributesImpl();
153153

154154
marcXmlHandler.setNamespace("");
@@ -164,7 +164,7 @@ public void shouldRecognizeRecordsWithoutNamespace()
164164

165165
@Test
166166
public void shouldNotRecognizeRecordsWithNamespaceWhenOptionallyWithoutNamespace()
167-
throws SAXException {
167+
throws SAXException {
168168
final AttributesImpl attributes = new AttributesImpl();
169169

170170
marcXmlHandler.setNamespace("");
@@ -176,7 +176,7 @@ public void shouldNotRecognizeRecordsWithNamespaceWhenOptionallyWithoutNamespace
176176

177177
@Test
178178
public void issue569ShouldRecognizeRecordsWithAndWithoutNamespace()
179-
throws SAXException {
179+
throws SAXException {
180180
final AttributesImpl attributes = new AttributesImpl();
181181

182182
marcXmlHandler.setIgnoreNamespace(true);
@@ -192,7 +192,7 @@ public void issue569ShouldRecognizeRecordsWithAndWithoutNamespace()
192192

193193
@Test
194194
public void issue569ShouldRecognizeRecordsWithAndWithoutNamespaceOrderIndependently()
195-
throws SAXException {
195+
throws SAXException {
196196
final AttributesImpl attributes = new AttributesImpl();
197197

198198
marcXmlHandler.setIgnoreNamespace(true);
@@ -209,7 +209,7 @@ public void issue569ShouldRecognizeRecordsWithAndWithoutNamespaceOrderIndependen
209209

210210
@Test
211211
public void issue569ShouldNotRecognizeRecordsWithAndWithoutNamespace()
212-
throws SAXException {
212+
throws SAXException {
213213
final AttributesImpl attributes = new AttributesImpl();
214214

215215
marcXmlHandler.setIgnoreNamespace(false);

0 commit comments

Comments
 (0)