Skip to content

Commit 3245b45

Browse files
committed
fmt
1 parent 9421011 commit 3245b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugr-core/src/types/signature.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ pub struct FuncTypeBase<ROWVARS: MaybeRV> {
3737

3838
/// The concept of "signature" in the spec - the edges required to/from a node
3939
/// or within a [FuncDefn], also the target (value) of a call (static).
40-
///
40+
///
4141
/// [FuncDefn]: crate::ops::FuncDefn
4242
pub type FunctionType = FuncTypeBase<NoRV>;
4343

4444
/// A function that may contain [RowVariable]s and thus has potentially-unknown arity;
4545
/// used for [OpDef]'s and passable as a value round a Hugr (see [Type::new_function])
4646
/// but not a valid node type.
47-
///
47+
///
4848
/// [OpDef]: crate::extension::OpDef
4949
pub type FunctionTypeRV = FuncTypeBase<RowVariable>;
5050

0 commit comments

Comments
 (0)