Skip to content
Snippets Groups Projects
Commit d0ec42f0 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

spotless

parent c6df64bf
No related branches found
No related tags found
1 merge request!793Test Web Service
......@@ -4,6 +4,7 @@ import java.util.Optional;
import gov.usgs.earthquake.nshmp.model.NshmTestUtils.Nshm;
import gov.usgs.earthquake.nshmp.www.Application;
import io.micronaut.runtime.Micronaut;
public class GenerateWebActual {
......
......@@ -142,7 +142,7 @@ class NshmTestUtils {
static void writeWebExpecteds(
Nshm nshm,
Optional<Path> dataPath) throws InterruptedException, ExecutionException, IOException {
for (NamedLocation location: nshm.locations()) {
for (NamedLocation location : nshm.locations()) {
Map<String, XySequence> xyMap = HazardServiceUtils.generateActual(location, nshm.imts());
String json = new StringBuilder(GSON.toJson(xyMap))
.append(Text.NEWLINE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment