Fixed lines that needed to be uncommented after Hacktoberfest (#11267)

* uncommented lines

* uncommented lines

* Update CODEOWNERS

---------

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Anthony Klarman 2024-02-02 03:22:58 -05:00 committed by GitHub
parent 6a169740e8
commit 4128f19170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/CODEOWNERS vendored
View File

@ -21,15 +21,15 @@
# /cellular_automata/
# /ciphers/ @cclauss # TODO: Uncomment this line after Hacktoberfest
# /ciphers/
# /compression/
# /computer_vision/
# /conversions/ @cclauss # TODO: Uncomment this line after Hacktoberfest
# /conversions/
# /data_structures/ @cclauss # TODO: Uncomment this line after Hacktoberfest
# /data_structures/
# /digital_image_processing/
@ -67,7 +67,7 @@
# /neural_network/
# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
# /other/
# /project_euler/
@ -81,7 +81,7 @@
# /sorts/
# /strings/ @cclauss # TODO: Uncomment this line after Hacktoberfest
# /strings/
# /traversals/