Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Sep 28, 2024
1 parent 05af16f commit 2c771ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quil-rs/src/program/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ impl Program {
/// - Frame definitions which are not used by any instruction such as `PULSE` or `CAPTURE`
/// - Waveform definitions which are not used by any instruction
/// - `PRAGMA EXTERN` instructions which are not used by any `CALL` instruction (see
/// [`Program::extern_pragma_map`]).
/// [`Program::extern_pragma_map`]).
///
/// When a valid program is simplified, it remains valid.
///
Expand Down

0 comments on commit 2c771ee

Please sign in to comment.