mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-14 18:47:38 -07:00
move method to private
This commit is contained in:
parent
2149eb6e13
commit
3765710da8
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ namespace qcbadge.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
bool IsBitSet(long b, int pos)
|
||||
private bool IsBitSet(long b, int pos)
|
||||
{
|
||||
return (b & (1 << pos)) != 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue