Skip to content

Commit

Permalink
use PascalCase
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Apr 26, 2023
1 parent 525a595 commit 41bc7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of https://github.com/SpringQL/SpringQL which is licensed under MIT OR Apache-2.0. See file LICENSE-MIT or LICENSE-APACHE for full license details.

use socketcan::CANFrame;
use socketcan::CanFrame;

use crate::{
api::error::Result,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use std::time::Duration;

use anyhow::{anyhow, Context};
use socketcan::{CANFrame, CANSocket, ShouldRetry};
use socketcan::{CanFrame, CanSocket, ShouldRetry};

use crate::{
api::{
Expand Down

0 comments on commit 41bc7ce

Please sign in to comment.