Skip to content

Commit

Permalink
Clean code in metarParser-spi module
Browse files Browse the repository at this point in the history
Signed-off-by: jk KPADEY <[email protected]>
  • Loading branch information
mivek committed May 26, 2020
1 parent 152c845 commit 921597c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author mivek
*/
@RunWith(ArchUnitRunner.class)
@AnalyzeClasses(packages = {"io.github.mivek.provider.airport.impl"}, importOptions = { ImportOption.DoNotIncludeTests.class })
@AnalyzeClasses(packages = { "io.github.mivek.provider.airport.impl" }, importOptions = { ImportOption.DoNotIncludeTests.class })
public class AirportProviderArchitectureTest {

@ArchTest
Expand Down

0 comments on commit 921597c

Please sign in to comment.