Add a empty line after the license

This commit is contained in:
Cautreoxit 2025-03-25 19:04:47 +08:00 committed by Tate, Hongliang Tian
parent c142afdb31
commit 7a8afd8c48

View File

@ -1,4 +1,5 @@
// SPDX-License-Identifier: MPL-2.0 // SPDX-License-Identifier: MPL-2.0
pub mod device; pub mod device;
pub mod devpts; pub mod devpts;
pub mod epoll; pub mod epoll;