Skip to content

Commit

Permalink
Revert "ci: test style violation"
Browse files Browse the repository at this point in the history
This reverts commit 031e234.
  • Loading branch information
henryhchchc committed Jan 18, 2025
1 parent c4cbc89 commit e364154
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jvm/class_loader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use super::{Class, ClassLoader};

/// An error that can occur while loading a class.
#[derive(thiserror::Error, Debug)]
pub enum Error {
pub enum Error {
/// The class could not be found.
#[error("Class not found")]
NotFound,
Expand Down Expand Up @@ -38,7 +38,6 @@ where
<T as Deref>::Target: ClassPath,
{
fn find_class(&self, binary_name: &str) -> Result<Class, Error> {
let x = 10;
self.deref().find_class(binary_name)
}
}
Expand Down

0 comments on commit e364154

Please sign in to comment.