Skip to content

Commit 87a619b

Browse files
committed
Use auto.
1 parent 609b634 commit 87a619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chasers/chaser_confirm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ void chaser_confirm::do_organize(header_links& fork,
224224
auto& query = archive();
225225

226226
// height tracks each fork link, starting at fork_point+1.
227-
size_t height = fork_point;
227+
auto height = fork_point;
228228

229229
while (!fork.empty())
230230
{

0 commit comments

Comments
 (0)