Skip to content

Commit 8ce462c

Browse files
committed
fixed spacing
1 parent 6c56c24 commit 8ce462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class Options {
224224
std::vector<std::tuple<std::string, std::string, std::string, bool>> deprecatedOptionValues = {
225225
{ "critical-mass-ratio-prescription", "GE20", "GE", false },
226226
{ "critical-mass-ratio-prescription", "GE20_IC", "GE_IC", false },
227-
{ "pulsational-pair-instability-prescription", "COMPAS", "WOOSLEY", false},
227+
{ "pulsational-pair-instability-prescription", "COMPAS", "WOOSLEY", false },
228228
{ "pulsar-birth-spin-period-distribution", "ZERO", "NOSPIN", false },
229229
{ "tides-prescription", "KAPIL2024", "KAPIL2025", false }
230230
};

0 commit comments

Comments
 (0)