Skip to content

Commit

Permalink
Add period
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 5, 2023
1 parent 08ea700 commit 69ae00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/src/dialect/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl<'a> Operation<'a> {
let class_name = if name.starts_with('_') {
name
} else if let Some(name) = name.split('_').nth(1) {
// Trim dialect prefix from name
// Trim dialect prefix from name.
name
} else {
name
Expand Down

0 comments on commit 69ae00a

Please sign in to comment.