Skip to content

Commit

Permalink
remove additional semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jan 22, 2025
1 parent 0ccfa49 commit bd97077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/contrib/cuprite/script_executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ScriptExecutor
CI::Ext::RUM::SCRIPT_IS_RUM_ACTIVE => "function() { #{CI::Ext::RUM::SCRIPT_IS_RUM_ACTIVE}; }",
CI::Ext::RUM::SCRIPT_STOP_RUM_SESSION => <<~JS
function() {
#{CI::Ext::RUM::SCRIPT_STOP_RUM_SESSION};
#{CI::Ext::RUM::SCRIPT_STOP_RUM_SESSION}
}
JS
}.freeze
Expand Down

0 comments on commit bd97077

Please sign in to comment.