Skip to content

Commit e49fc7f

Browse files
committed
whitespace fix
1 parent b6a7839 commit e49fc7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

anise/src/ephemerides/translations.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ impl Almanac {
147147
})?;
148148
let tgt_ssb_pos_km = tgt_ssb.radius_km;
149149
let tgt_ssb_vel_km_s = tgt_ssb.velocity_km_s;
150-
151150
rel_pos_km = tgt_ssb_pos_km - obs_ssb_pos_km;
152151
let r_norm = rel_pos_km.norm();
153152
// From spkltc: get light-time corrected relative velocity.

0 commit comments

Comments
 (0)