Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 27, 2024
1 parent f15f020 commit 804b8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrnpython/nrnpy_nrn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ static PyObject* pysec_subtree_impl(Section* sec) {
return nullptr;

Check warning on line 1169 in src/nrnpython/nrnpy_nrn.cpp

View check run for this annotation

Codecov / codecov/patch

src/nrnpython/nrnpy_nrn.cpp#L1169

Added line #L1169 was not covered by tests
}

if(!pysec_subtree1(result.ptr(), sec)) {
if (!pysec_subtree1(result.ptr(), sec)) {
return nullptr;

Check warning on line 1173 in src/nrnpython/nrnpy_nrn.cpp

View check run for this annotation

Codecov / codecov/patch

src/nrnpython/nrnpy_nrn.cpp#L1173

Added line #L1173 was not covered by tests
}

Expand Down

0 comments on commit 804b8fd

Please sign in to comment.