Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jan 13, 2021
1 parent 5bb6617 commit e14f60d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ class RespSpec extends munit.ScalaCheckSuite {
val init = "*2\r\n*3\r\n:1\r\n:2\r\n:3\r\n*2\r\n+Foo\r\n-Bar\r\n"
Resp.Array.parse(init.getBytes()).extract match {
case Some(value) =>
val out: Resp.Array = value
val expected = Resp.Array(Some(
List(
Resp.Array(Some(List(Resp.Integer(1), Resp.Integer(2), Resp.Integer(3)))),
Expand Down

0 comments on commit e14f60d

Please sign in to comment.