Skip to content

Commit

Permalink
rm silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Dec 22, 2024
1 parent dfae070 commit fc420c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/express.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
function express end

express(obj) = obj
express(obj) = express(obj, QuantumOpticsRepr()) # The default representation

Check warning on line 3 in src/express.jl

View check run for this annotation

Codecov / codecov/patch

src/express.jl#L3

Added line #L3 was not covered by tests

"""An abstract type for the supported representation of quantum objects."""
Expand Down

0 comments on commit fc420c3

Please sign in to comment.