Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g authored Nov 22, 2023
1 parent 54eaa36 commit c9256fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/utils/CommandLineUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ namespace Utils
cmdUtils.GetCommandOrDefault(m_cmd_custom_auth_authorizer_signature, "");
returnData.input_customAuthPassword = cmdUtils.GetCommandOrDefault(m_cmd_custom_auth_password, "");
returnData.input_customTokenKeyName = cmdUtils.GetCommandOrDefault(m_cmd_custom_auth_token_name, "");
returnData.input_customTokenValue= cmdUtils.GetCommandOrDefault(m_cmd_custom_token_value, "");
returnData.input_customTokenValue = cmdUtils.GetCommandOrDefault(m_cmd_custom_token_value, "");

return returnData;
}
Expand Down

0 comments on commit c9256fe

Please sign in to comment.