From a92e561c06afc77c0c52439517f134bec548a199 Mon Sep 17 00:00:00 2001 From: bradybod Date: Tue, 12 Jan 2021 21:18:21 -0700 Subject: [PATCH] Update unique_ptr.hpp --- unique_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unique_ptr.hpp b/unique_ptr.hpp index f88500b..f17b344 100644 --- a/unique_ptr.hpp +++ b/unique_ptr.hpp @@ -1,5 +1,5 @@ // -// Created by Brady Bodily on 12/11/19. +// Created on 12/11/19. // #pragma once #include