Skip to content

Commit 9118bff

Browse files
committed
chore(agent): format code
1 parent 64dc7cc commit 9118bff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent/fw_cakephp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
294294
nrl_verbosedebug(NRL_FRAMEWORK, "%s: unable to record exception", __func__);
295295
}
296296

297-
nr_txn_set_path("CakePHP", NRPRG(txn), nr_php_get_server_global("REQUEST_URI"), NR_PATH_TYPE_ACTION,
297+
nr_txn_set_path("CakePHP", NRPRG(txn),
298+
nr_php_get_server_global("REQUEST_URI"), NR_PATH_TYPE_ACTION,
298299
NR_NOT_OK_TO_OVERWRITE);
299300

300301
end:

0 commit comments

Comments
 (0)