Skip to content

Commit f647867

Browse files
committed
trailing whitespace
1 parent 2263ec4 commit f647867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/rex/post/meterpreter/packet_parser_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
before(:each) do
1010
@req_packt = Rex::Post::Meterpreter::Packet.new(
11-
Rex::Post::Meterpreter::PACKET_TYPE_REQUEST,
11+
Rex::Post::Meterpreter::PACKET_TYPE_REQUEST,
1212
"test_method")
1313
@raw = @req_packt.to_r
1414
@sock = double('Socket')

0 commit comments

Comments
 (0)