From aefa116816100f7f4d80254db2c28745a613f534 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Fri, 23 Jan 2026 13:41:10 -0500 Subject: [PATCH] chore: Apply suggestion from @Copilot It caught a spacing issue (this file had tabs and spaces both for some reason) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03a6f01d..1a2a5c76 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ pull_translations: translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ translations/frontend-lib-special-exams/src/i18n/messages:frontend-lib-special-exams \ translations/frontend-app-learning/src/i18n/messages:frontend-app-learning \ - $(ATLAS_EXTRA_SOURCES) + $(ATLAS_EXTRA_SOURCES) $(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-lib-special-exams frontend-app-learning $(ATLAS_EXTRA_INTL_IMPORTS)