diff options
Diffstat (limited to 'crates/shirabe/src/console/github_action_error.rs')
| -rw-r--r-- | crates/shirabe/src/console/github_action_error.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/console/github_action_error.rs b/crates/shirabe/src/console/github_action_error.rs index c74f95f..933ba0a 100644 --- a/crates/shirabe/src/console/github_action_error.rs +++ b/crates/shirabe/src/console/github_action_error.rs @@ -1,7 +1,7 @@ //! ref: composer/src/Composer/Console/GithubActionError.php -use crate::io::io_interface::IOInterface; -use crate::util::platform::Platform; +use crate::io::IOInterface; +use crate::util::Platform; #[derive(Debug)] pub struct GithubActionError { |
