Skip to content

Commit b6a7839

Browse files
committed
whitespace fix
1 parent 85d6413 commit b6a7839

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

anise/src/ephemerides/translations.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ impl Almanac {
145145
ab_corr,
146146
source: Box::new(e),
147147
})?;
148-
let tgt_ssb_pos_km = tgt_ssb.radius_km;
149-
let tgt_ssb_vel_km_s = tgt_ssb.velocity_km_s;
148+
let tgt_ssb_pos_km = tgt_ssb.radius_km;
149+
let tgt_ssb_vel_km_s = tgt_ssb.velocity_km_s;
150150

151151
rel_pos_km = tgt_ssb_pos_km - obs_ssb_pos_km;
152152
let r_norm = rel_pos_km.norm();
@@ -172,13 +172,13 @@ impl Almanac {
172172
})?;
173173
}
174174

175-
Ok(CartesianState {
176-
radius_km: rel_pos_km,
177-
velocity_km_s: rel_vel_km_s,
178-
epoch,
179-
frame: observer_frame.with_orient(target_frame.orientation_id),
180-
})
181-
}
175+
Ok(CartesianState {
176+
radius_km: rel_pos_km,
177+
velocity_km_s: rel_vel_km_s,
178+
epoch,
179+
frame: observer_frame.with_orient(target_frame.orientation_id),
180+
})
181+
}
182182
}
183183
}
184184

0 commit comments

Comments
 (0)