Skip to content

Commit

Permalink
fix: Remove remaining trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
KDB223 committed May 15, 2023
1 parent e982463 commit 4a8f4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutation.ts
Expand Up @@ -389,7 +389,7 @@ export class Mutation {
qualifier: null,
};
}

return {
family: columnName.slice(0, colonIdx),
qualifier: columnName.slice(colonIdx + 1),
Expand Down

0 comments on commit 4a8f4c3

Please sign in to comment.