Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Jan 15, 2024
1 parent 2ebb8f8 commit d81042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/worker/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ pub(crate) enum ErrorCodes {
DataLoss = 15,
}

pub trait ChromaError: Error {
pub(crate) trait ChromaError: Error {
fn code(&self) -> ErrorCodes;
}

0 comments on commit d81042b

Please sign in to comment.