From 5d975d986e45999a36eeeab1fb68a52795ad691f Mon Sep 17 00:00:00 2001 From: tangcent Date: Mon, 1 Jul 2024 19:57:54 +0800 Subject: [PATCH] chore: add missing space in log message for setting Postman privateToken (#551) --- .../idea/plugin/api/export/postman/PostmanApiExporter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/src/main/kotlin/com/itangcent/idea/plugin/api/export/postman/PostmanApiExporter.kt b/idea-plugin/src/main/kotlin/com/itangcent/idea/plugin/api/export/postman/PostmanApiExporter.kt index df97aba7..60b845f5 100644 --- a/idea-plugin/src/main/kotlin/com/itangcent/idea/plugin/api/export/postman/PostmanApiExporter.kt +++ b/idea-plugin/src/main/kotlin/com/itangcent/idea/plugin/api/export/postman/PostmanApiExporter.kt @@ -63,7 +63,7 @@ class PostmanApiExporter { logger.info("PrivateToken of postman not be setting") logger.info( "To enable automatically import to postman you could set privateToken of postman" + - "in \"Preference -> Other Setting -> EasyApi\"" + " in \"Preference -> Other Setting -> EasyApi\"" ) logger.info( "If you do not have a privateToken of postman, you can easily generate one by heading over to the" +