From d6d5cb51ba9ccb02610c2f3325a6e9ac79ff6c4b Mon Sep 17 00:00:00 2001 From: liukaii Date: Tue, 27 Jun 2023 20:47:15 +0800 Subject: [PATCH] update CODEOENERS file. Signed-off-by: liukaii --- CODEOWNERS | 4 ++-- services/include/ui_appearance_ipc_interface_code.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6fc31b7..d496e06 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,5 +11,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -# any change to tools/ui_appearance_ipc_interface_code.h needs to be reviewed by @leonchan5 -tools/ui_appearance_ipc_interface_code.h @leonchan5 \ No newline at end of file +# any change to services/include/ui_appearance_ipc_interface_code.h needs to be reviewed by @leonchan5 +services/include/ui_appearance_ipc_interface_code.h @leonchan5 \ No newline at end of file diff --git a/services/include/ui_appearance_ipc_interface_code.h b/services/include/ui_appearance_ipc_interface_code.h index bb90e5a..bc17567 100644 --- a/services/include/ui_appearance_ipc_interface_code.h +++ b/services/include/ui_appearance_ipc_interface_code.h @@ -22,7 +22,6 @@ namespace ArkUi::UiAppearance { enum class UiAppearanceInterfaceCode { SET_DARK_MODE = 1, GET_DARK_MODE = 2, - ERROR, }; } // namespace ArkUi::UiAppearance } // namespace OHOS