Update test documentation and spacing

Changes:
     - No testcase documentation (RequireTestDocumentation)
     - Line has trailing whitespace (TrailingWhitespace)
     - Line is too long (exceeds 110 characters) (LineTooLong)

Tested:
    - python3 -m rflint -rA robot_standards -R robot_custom_rules.py  <suites>
o

Change-Id: I65428f73132c9d539b98a030458c455d1db1f116
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ipmi/test_ipmi_payload.robot b/ipmi/test_ipmi_payload.robot
index 18b5e6c..b4ff0c7 100644
--- a/ipmi/test_ipmi_payload.robot
+++ b/ipmi/test_ipmi_payload.robot
@@ -386,7 +386,8 @@
 
 Set User Access Payload For Given User
     [Documentation]  Set the user access payload on given user, channel and return response.
-    [Arguments]  ${user_id}  ${operation_mode}=Enable  ${oempayload_value}=0x00  ${standard_payload_value}=0x02
+    [Arguments]  ${user_id}  ${operation_mode}=Enable  ${oempayload_value}=0x00
+    ...          ${standard_payload_value}=0x02
 
     # Description of argument(s):
     # user_id                  The user ID (e.g. "1", "2", etc.).