Skip to content

Commit

Permalink
Ensure a semi-colon is added to the connection obj.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed May 22, 2023
1 parent fdaafbf commit 07fd62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ print_conn_def (FILE *fp) {
1);
fpclose_obj (fp, sp, 1);

fprintf (fp, external_assets ? "\n" : "</script>");
fprintf (fp, external_assets ? ";\n" : "</script>");
}

/* Output JSON per panel metric definitions. */
Expand Down

0 comments on commit 07fd62f

Please sign in to comment.