Skip to content

Commit

Permalink
Silence a dscanner warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zorael committed Feb 24, 2025
1 parent b326d22 commit e94e59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/kameloso/prettyprint.d
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ private auto prettyformatImpl(
else
{
FormatOtherMemberArguments args;
auto content = __traits(getMember, thing, memberstring);
const content = __traits(getMember, thing, memberstring);
args.typestring = T.stringof;
args.memberstring = memberstring;
args.typeWidth = typeWidth;
Expand Down

0 comments on commit e94e59a

Please sign in to comment.