Skip to content

Commit

Permalink
fix: Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Sep 27, 2024
1 parent e009628 commit 9e8aac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pragmas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function Quasar.visit_pragma(v, program_expr)
args = map(Float64, v(raw_args))
push!(v, (type=noise_type, arguments=Quasar.InstructionArgument[args...], targets=targets, controls=Pair{Int,Int}[], exponent=1.0))
end
elseif pragma_type == :verbatim
# elseif pragma_type == :verbatim # a no-op for now
end
return v
end
Expand Down

0 comments on commit 9e8aac0

Please sign in to comment.