From a7cda28fc712a7bd3ee38cae6dc67127d120cb3a Mon Sep 17 00:00:00 2001 From: Athurg Gooth Date: Fri, 12 Jan 2024 14:01:19 +0800 Subject: [PATCH] fix: filename with space (#2745) --- api/v2/{activity_service .go => activity_service.go} | 0 api/v2/{inbox_service .go => inbox_service.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename api/v2/{activity_service .go => activity_service.go} (100%) rename api/v2/{inbox_service .go => inbox_service.go} (100%) diff --git a/api/v2/activity_service .go b/api/v2/activity_service.go similarity index 100% rename from api/v2/activity_service .go rename to api/v2/activity_service.go diff --git a/api/v2/inbox_service .go b/api/v2/inbox_service.go similarity index 100% rename from api/v2/inbox_service .go rename to api/v2/inbox_service.go