Skip to content

Commit

Permalink
Recover return
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Jun 17, 2024
1 parent cfeddb2 commit 47ccfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRIBase/src/datatypes/phantom/motion/SimpleMotion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function times(motion::SimpleMotion)
end

function initialize_motion!(motion::SimpleMotion)

Check warning on line 99 in KomaMRIBase/src/datatypes/phantom/motion/SimpleMotion.jl

View check run for this annotation

Codecov / codecov/patch

KomaMRIBase/src/datatypes/phantom/motion/SimpleMotion.jl#L99

Added line #L99 was not covered by tests
sort!(motion.types; by=m -> times(m)[1])
return sort!(motion.types; by=m -> times(m)[1])
end

# --------- Simple Motion Types: -------------
Expand Down

0 comments on commit 47ccfc0

Please sign in to comment.