Skip to content

refactor: replace private with #

Tomas Vik requested to merge tv/2024-03/go-away-private-1 into main

Description

This MR migrates private to # in a bunch of classes. The goal is to eventually remove all private keywords and enforce the use of # with eslit rule (see #1298)

Related Issues

Part of #1298

How has this been tested?

CI passes

Edited by Tomas Vik

Merge request reports