From b0aec842ee55ea4fbf7ef9df20f11e30fc52a53c Mon Sep 17 00:00:00 2001 From: Kanezoh Date: Mon, 23 Aug 2021 23:45:44 +0900 Subject: [PATCH] format code --- src/mechanize/history.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mechanize/history.cr b/src/mechanize/history.cr index 3588ed0..183a90b 100644 --- a/src/mechanize/history.cr +++ b/src/mechanize/history.cr @@ -2,7 +2,7 @@ require "./page" class MechanizeCr::History property max_size : Int32 - property array : Array(MechanizeCr::Page) + property array : Array(MechanizeCr::Page) forward_missing_to @array