Skip to content

Commit ec0602c

Browse files
committed
Config: Formatting
1 parent 1115b36 commit ec0602c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Base/AMReX.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ void init_AMReX(py::module& m)
8585
#endif
8686
})
8787
.def_property_readonly_static(
88-
"precision",
89-
[](py::object){
88+
"precision",
89+
[](py::object){
9090
#ifdef AMREX_SINGLE_PRECISION
9191
return "SINGLE";
9292
#else

0 commit comments

Comments
 (0)