chore: apply lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2023-01-02 22:21:26 +05:30
parent 12f1dd4244
commit 35ba7fae78
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88
7 changed files with 10 additions and 10 deletions

View file

@ -14,9 +14,9 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
pub mod user;
pub mod repository;
pub mod reaction;
pub mod label;
pub mod identities; pub mod identities;
pub mod label;
pub mod reaction;
pub mod repository;
pub mod topic; pub mod topic;
pub mod user;