Skip to content

Commit f8371cc

Browse files
committed
modify demo
1 parent 0b785a5 commit f8371cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/trace/simple/SimpleTraceExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void main(String[] args) {
3434
String apiToken = System.getenv("COZELOOP_API_TOKEN");
3535

3636
if (workspaceId == null || apiToken == null) {
37-
System.err.println("请设置环境变量:");
37+
System.err.println("请设置环境变量: ");
3838
System.err.println(" COZELOOP_WORKSPACE_ID=your_workspace_id");
3939
System.err.println(" COZELOOP_API_TOKEN=your_token");
4040
System.exit(1);

0 commit comments

Comments
 (0)