Skip to content

Commit

Permalink
Fix the year
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Jan 20, 2024
1 parent 9aa3e81 commit 0fce6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/elements/subword.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//SPDX-FileCopyrightText: 2022 Ryuichi Ueda [email protected]
//SPDX-FileCopyrightText: 2023 Ryuichi Ueda [email protected]
//SPDX-License-Identifier: BSD-3-Clause

pub mod unquoted;
Expand Down
2 changes: 1 addition & 1 deletion src/elements/subword/unquoted.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//SPDX-FileCopyrightText: 2022 Ryuichi Ueda [email protected]
//SPDX-FileCopyrightText: 2023 Ryuichi Ueda [email protected]
//SPDX-License-Identifier: BSD-3-Clause

use crate::{ShellCore, Feeder};
Expand Down

0 comments on commit 0fce6aa

Please sign in to comment.