Skip to content

Commit

Permalink
Add semi-colon after all select blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Nov 23, 2023
1 parent 2aada1e commit b19cca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-wang-ppm-dap-taskprov.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ struct {
case time_interval: Empty;
case fixed_size: uint32 max_batch_size;
default: opaque[QueryConfig.query_type_param_len];
}
};
} QueryConfig;
~~~

Expand Down Expand Up @@ -225,7 +225,7 @@ struct {
uint16; /* bit length of input string */
default:
opaque[VdafConfig.vdaf_type_param_len];
}
};
} VdafConfig;
~~~

Expand All @@ -245,7 +245,7 @@ struct {
select (DpConfig.dp_mechanism) {
case none: Empty;
default: opaque[DpConfig.dp_mechanism_param_len];
}
};
} DpConfig;
~~~

Expand Down

0 comments on commit b19cca5

Please sign in to comment.