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

spotless

parent 84ec00f7
No related branches found
Tags 2.4.1
1 merge request!222Update Lib
...@@ -53,8 +53,8 @@ class GmmCalc { ...@@ -53,8 +53,8 @@ class GmmCalc {
.collect(Collectors.toList()); .collect(Collectors.toList());
List<Double> saPeriods = saImts.stream() List<Double> saPeriods = saImts.stream()
.map(imt -> imt.period()) .map(imt -> imt.period())
.collect(Collectors.toList()); .collect(Collectors.toList());
gmmSpectra.put( gmmSpectra.put(
gmm, gmm,
......
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