Skip to content

Commit 025c667

Browse files
committed
minor update
1 parent f04676c commit 025c667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

panel/js/katalon/newformatters/sample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ newFormatters.sample = function(name, commands) {
22
var content = '';
33
for (var i = 0; i < commands.length; i++) {
44
var command = commands[i];
5-
content += ' 3 ' + command.command + ' | ' + command.target + ' | ' + command.value + '\n';
5+
content += command.command + ' | ' + command.target + ' | ' + command.value + '\n';
66
}
77
return {
88
content: content,

0 commit comments

Comments
 (0)