Skip to content

Commit 4a1a017

Browse files
committed
Fix formatting
1 parent c723681 commit 4a1a017

File tree

1 file changed

+3
-1
lines changed
  • source/compiler/qsc_eval/src

1 file changed

+3
-1
lines changed

source/compiler/qsc_eval/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ pub enum Error {
171171

172172
#[error("cannot compare measurement result from qubit loss")]
173173
#[diagnostic(code("Qsc.Eval.ResultLossComparisonUnsupported"))]
174-
#[diagnostic(help("use of a measurement result from a qubit that was lost is not supported, use `CheckLoss` to check for loss instead"))]
174+
#[diagnostic(help(
175+
"use of a measurement result from a qubit that was lost is not supported, use `CheckLoss` to check for loss instead"
176+
))]
175177
ResultLossComparisonUnsupported(#[label("cannot compare result from qubit loss")] PackageSpan),
176178

177179
#[error("name is not bound")]

0 commit comments

Comments
 (0)