mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Kernel: Fix typo in Ramdisk
Remove the duplicate/extraneous access specifier.
This commit is contained in:
committed by
Brian Gianforcaro
parent
2c0716e314
commit
70a55ccf73
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/b14ckcat 🔰 Commit: https://github.com/SerenityOS/serenity/commit/70a55ccf73 Pull-request: https://github.com/SerenityOS/serenity/pull/13778 Reviewed-by: https://github.com/Quaker762 ✅
@@ -18,7 +18,6 @@ namespace Kernel {
|
||||
class AsyncBlockDeviceRequest;
|
||||
|
||||
class RamdiskController final : public StorageController {
|
||||
public:
|
||||
public:
|
||||
static NonnullRefPtr<RamdiskController> initialize();
|
||||
virtual ~RamdiskController() override;
|
||||
|
||||
Reference in New Issue
Block a user